<% ' ' Copyright 2003 Jian Shuo Wang ' URL: http://wangjianshuo.com ' Author: Jian Shuo Wang ' Created: March 18, 2003 ' Description: ' This page displays the latest comments ' on any mobile phone supporting WAP. ' %> <% Response.ContentType="text/vnd.wap.wml" If Request("ID") = "" Then Response.Expires = -1 End If %> <% ' ' The standard header every card need ' %> <% Select Case Request("ID") ' -------------------------------- ' Comment content ' -------------------------------- %> <% Case "<$MTCommentID$>": %> <$MTCommentBody$>

- by <$MTCommentEmail$> at <$MTCommentDate$> from <$MTCommentIP$>

[Back]

[Reply]

Name: Email: Comment: Post

<% Case "": ' -------------------------------- ' Homepage - Comment Index ' -------------------------------- %>

<$MTCommentAuthor$>

* Hits

<% Case Else: %>

Something wrong with the page

Back

<% End Select %>